home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python151_Src.lha
/
Python1.5_Source
/
Modules
/
protos
/
selectmodule_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-01-25
|
307 b
|
7 lines
/* selectmodule.c */
static void reap_obj ( pylist fd2obj [FD_SETSIZE +3 ]);
static int list2set ( PyObject *list , fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
static PyObject *set2list ( fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
static PyObject *select_select ( PyObject *self , PyObject *args );